Delete dead tpo cruft.
authorrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 30 Apr 2012 13:42:23 +0000 (13:42 +0000)
committerrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 30 Apr 2012 13:42:23 +0000 (13:42 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4172 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/tpo.README.patch [deleted file]
gpsbabel/tpo.testo.patch [deleted file]

diff --git a/gpsbabel/tpo.README.patch b/gpsbabel/tpo.README.patch
deleted file mode 100644 (file)
index 048b4c5..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-Index: README
-===================================================================
-RCS file: /cvsroot/gpsbabel/gpsbabel/README,v
-retrieving revision 1.145
-diff -p -u -r1.145 README
---- README     26 Oct 2005 23:54:45 -0000      1.145
-+++ README     31 Oct 2005 22:21:04 -0000
-@@ -467,9 +467,10 @@ THE FORMATS
-     TPG
--      National Geographic Topo! Waypoint Format.  This filter 
--      reads and writes .TPG files created by various editions of NG Topo! 
--      This filter will *not* work with the newer combined .TPO files.  
-+        National Geographic Topo! Waypoint and Route Format.  This
-+        format reads and writes .TPG files created by various editions
-+        of NG Topo!  This filter will *not* work with the newer combined
-+        .TPO files.  Reading/writing of route data is not supported yet.
-         The option 'datum="datum name"' can be used to override the
-         default of NAD27 ("N. America 1927 mean") which is correct
-@@ -478,6 +479,29 @@ THE FORMATS
-       Contributed by Alex Mottram.
-+    TPO
-+
-+        National Geographic Topo! Track Format.  This format reads
-+        and writes .TPO files created by various editions of NG Topo!
-+        version 2.7.7 or earlier. This format will *not* work with the
-+        newer .TPO files (version 3.0 and later) that have TPG data
-+        combined into them.
-+
-+        When writing TPO files, note that every TOPO! state edition
-+        employs a slightly different data format, so you will need to
-+        specify which state edition to generate output for.  The current
-+        supported states are CA, NY, NJ, MA, CT, RI, NH, VT, ME.  It's
-+        fairly easy to add support for additional states. Instructions
-+        are in the source code.
-+
-+      Additional options:
-+      dumpheader    -    (0/1) Display the file header bytes (useful when
-+                              adding support for a new state)
-+      state        -    State map format to write, default=CA
-+      
-+      Contributed by Steve Chamberlin.
-+
-+
-     HOLUX
-         The Holuxgm-100 (e-fox) gps receiver uses standard compact
diff --git a/gpsbabel/tpo.testo.patch b/gpsbabel/tpo.testo.patch
deleted file mode 100644 (file)
index 1dec24c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Index: testo
-===================================================================
-RCS file: /cvsroot/gpsbabel/gpsbabel/testo,v
-retrieving revision 1.110
-diff -p -u -r1.110 testo
---- testo      26 Oct 2005 23:11:21 -0000      1.110
-+++ testo      31 Oct 2005 22:23:33 -0000
-@@ -172,6 +172,19 @@ ${PNAME} -i tpg -f ${TMPDIR}/geo.tpg -o 
- ${PNAME} -i tpg -f reference/tpg.tpg -o mxf -F ${TMPDIR}/topo.mxf
- compare ${TMPDIR}/tpg.mxf ${TMPDIR}/topo.mxf
-+# TPO (NG Topo!) file format
-+# This is hard to test because the datum conversions create minute
-+# inconsistencies in the coordinates. We have four reference files:
-+# sample1.tpo, sample1.gpx, sample2.gpx, and sample2.tpo. These are
-+# used to check the conversion to and from TPO format.
-+rm -f ${TMPDIR}/sample1.gpx ${TMPDIR}/sample2.tpo
-+${PNAME} -t -i tpo -f reference/track/sample1.tpo -o gpx -F ${TMPDIR}/sample1.gpx
-+compare ${TMPDIR}/sample1.gpx reference/track/sample1.gpx
-+${PNAME} -t -i gpx -f reference/track/sample2.gpx -o tpo -F ${TMPDIR}/sample2.tpo
-+bincompare ${TMPDIR}/sample2.tpo reference/track/sample2.tpo
-+
-+
-+
- # OZI (OziExplorer 1.1) file format
- rm -f ${TMPDIR}/oz.wpt ${TMPDIR}/ozi.wpt
- ${PNAME} -i ozi -f reference/ozi.wpt -o ozi -F ${TMPDIR}/oz.wpt